plusAssign

@JvmName(name = "plusAssignRoute")
inline operator fun DslList<Int, RouteDiscoveryKt.Dsl.RouteProxy>.plusAssign(value: Int)
The list of nodenums this packet has visited so far to the destination.

repeated fixed32 route = 1;

Parameters

value

The route to add.


@JvmName(name = "plusAssignAllRoute")
inline operator fun DslList<Int, RouteDiscoveryKt.Dsl.RouteProxy>.plusAssign(values: Iterable<Int>)
The list of nodenums this packet has visited so far to the destination.

repeated fixed32 route = 1;

Parameters

values

The route to add.


@JvmName(name = "plusAssignSnrTowards")
inline operator fun DslList<Int, RouteDiscoveryKt.Dsl.SnrTowardsProxy>.plusAssign(value: Int)
The list of SNRs (in dB, scaled by 4) in the route towards the destination.

repeated int32 snr_towards = 2;

Parameters

value

The snrTowards to add.


@JvmName(name = "plusAssignAllSnrTowards")
inline operator fun DslList<Int, RouteDiscoveryKt.Dsl.SnrTowardsProxy>.plusAssign(values: Iterable<Int>)
The list of SNRs (in dB, scaled by 4) in the route towards the destination.

repeated int32 snr_towards = 2;

Parameters

values

The snrTowards to add.


@JvmName(name = "plusAssignRouteBack")
inline operator fun DslList<Int, RouteDiscoveryKt.Dsl.RouteBackProxy>.plusAssign(value: Int)
The list of nodenums the packet has visited on the way back from the destination.

repeated fixed32 route_back = 3;

Parameters

value

The routeBack to add.


@JvmName(name = "plusAssignAllRouteBack")
inline operator fun DslList<Int, RouteDiscoveryKt.Dsl.RouteBackProxy>.plusAssign(values: Iterable<Int>)
The list of nodenums the packet has visited on the way back from the destination.

repeated fixed32 route_back = 3;

Parameters

values

The routeBack to add.


@JvmName(name = "plusAssignSnrBack")
inline operator fun DslList<Int, RouteDiscoveryKt.Dsl.SnrBackProxy>.plusAssign(value: Int)
The list of SNRs (in dB, scaled by 4) in the route back from the destination.

repeated int32 snr_back = 4;

Parameters

value

The snrBack to add.


@JvmName(name = "plusAssignAllSnrBack")
inline operator fun DslList<Int, RouteDiscoveryKt.Dsl.SnrBackProxy>.plusAssign(values: Iterable<Int>)
The list of SNRs (in dB, scaled by 4) in the route back from the destination.

repeated int32 snr_back = 4;

Parameters

values

The snrBack to add.